|
|
|
|
EndEditing Field, EditClickOutsideEventArgs Class |
Defines whether cell editing ends. This value can be modified by the EditClickOutside event handler.
Syntax EditClickOutsideEventArgs Class (Softelvdm.SftTreeNET)
VB |
Public Property EndEditing As Boolean |
C# |
public bool EndEditing; |
C++ |
public: bool EndEditing; |
Field Value
Set to True if cell editing ends in response to the current mouse click, otherwise False. The default is True.
Comments
The EndEditing field defines whether cell editing ends. This value can be modified by the EditClickOutside event handler.